Is `.size()` on a value not supported? Only `size(value)`?
polarathene opened this issue · 1 comments
polarathene commented
'hello'.size()
seems to fail with:
Err(InvalidArgumentCount { expected: 1, actual: 0 })
Is this a limitation or bug of cel-rust
implementation? The CEL spec for string methods notes <string>.size()
in addition to size(<string>)
.