updated types

This commit is contained in:
Dominic Grimm 2021-11-20 13:53:42 +01:00
parent d981bfcc7b
commit 19690ed4aa

View file

@ -9,7 +9,7 @@ module Lifo
end end
end end
def size : Int32 def size : Int
@data.size @data.size
end end