Function Byond_Length

Source
pub unsafe extern "C-unwind" fn Byond_Length(
    src: *const CByondValue,
    result: *mut CByondValue,
) -> bool
Expand description

Equivalent to calling length(value). Blocks if not on the main thread.

§Arguments

  • src - The value
  • result - Pointer to accept result as a CByondValue (intended for future possible override of length)

§Returns

True on success