hadashiA / MRubyCS

A new mruby virtual machine implemented in C#.
MIT License
130 stars 2 forks source link

Refine argument apis #35

Open hadashiA opened 3 weeks ago

hadashiA commented 3 weeks ago

GetArg Other names should consider more explicitly C#-like ?

e.g)

hadashiA commented 2 weeks ago

mruby's get_args has a check for the number of arguments. Perhaps we should take a similar approach