Skip to content

string_to_s64

Declaration

string_to_s64 :: fn (str: string, count := -1) s64

Description

Convert first count characters from string to s64.

Arguments

  • str Integer as string.
  • count Count of characters to be converted.

Result

Converted integer value.

Declared in: string.bl