March 2019
Intermediate to advanced
336 pages
9h 9m
English
The KeyValue interface has the LessThan and EqualTo methods. The LessThan and EqualTo methods take KeyValue as a parameter and return a Boolean value after checking the less than or equal to condition. This is shown in the following code:
// KeyValue typetype KeyValue interface { LessThan(KeyValue) bool EqualTo(KeyValue) bool}
Read now
Unlock full access