Templates
template cmpIgnoreCaseImpl[T: string | cstring](a, b: T; firstCharCaseSensitive: static bool = false)
- Source Edit
template cmpIgnoreStyleImpl[T: string | cstring](a, b: T; firstCharCaseSensitive: static bool = false)
- Source Edit
template endsWithImpl[T: string | cstring](s, suffix: T)
- Source Edit
template startsWithImpl[T: string | cstring](s, prefix: T)
- Source Edit