nimkov/utils

Search:
Group by:
Source   Edit  

Procs

proc unicodeStringToLower(str: string): string {....raises: [], tags: [],
    forbids: [].}
Converts any text to lower case. Source   Edit  
proc weightedRandom[T](weights: openArray[tuple[key: T, weight: int]]): T
Source   Edit