rhai icon indicating copy to clipboard operation
rhai copied to clipboard

array.index_of: string argument got mistaken as function?

Open juchiast opened this issue 8 months ago • 3 comments

let array = ["hello"];
array.index_of("hello");
EXCEPTION: Function not found: hello (&str | ImmutableString | String, i64)
in call to function 'index_of' (line 2, position 7)

juchiast avatar Dec 16 '23 04:12 juchiast