Daniel
Daniel
@rocky I completely agree, but my personal attempts at improving them have been delayed by other work. (A fixed length loop with a finite gas cost within the loop should...
Just from what I would imagine (putting the wasm code in would help), this is casting the string to a number, but that means it's casting the location of the...
Just to be clear, this won't return a new PersistentVector, it will output an array? In rust a slice would defer until used (IIRC) so wouldn't it be best if...
If you added `start` and `end` to `PersistentVector` and did `@op("[]")` as `get(index + start)` then myPersistentVector.slice(0, 10) => new PV which then can be cast to an array So...
Context.origin could be the alias for the signer_id
for a name `.slice` would be common in JS already, so I think `.slice` would work?
From the chat: ``` export function tester(): void { assert(false, "Error"); } ``` fails (without returning the "Error" string) when you call it as a view function
Everyone so far has mentioned `.a*` for an extentsion, but would `.ts*` be open (like `.tsas` or `.tsa`) since it is branching off from TS? There is also `.was` (the...