Include/internal/str

Search:
Group by:
Source   Edit  

Types

Char = typeof do:
  var s: Str
  s[0]
Source   Edit  
Str = string
Source   Edit  

Consts

StrEmpty = ""
Source   Edit  

Procs

proc isEmpty(s: Str): bool {....raises: [], tags: [], forbids: [].}
Source   Edit