string_comparen
Declaration
string_comparen :: fn (first: string, second: string, n: s32) bool
Description
Compare two strings in specified range and return true
if they are same otherwise return false.
Arguments
firstFirst string to be compared.secondSecond string to be compared.nCount of characters to be compared.
Result
Return true if n characters in first string are same as the same range in second string.
Declared in: string.bl