Skip to content

Commit

Permalink
Formatting, make use of the new builtins feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertp committed Aug 1, 2022
1 parent 630bc24 commit 50b2521
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from Standard.Base import Polyglot

type Proxy_Polyglot_Array

type Proxy_Polyglot_Array arr

length : Number
length self = Polyglot.get_array_size self.arr

at : Number -> Any
at self index = self.arr.at index

0 comments on commit 50b2521

Please sign in to comment.