Can I set a different index in metatable? Something like this local mt = { __index = { insert = function(t,pos,value) table.insert(t,pos, value) end}, { remove = function(t,pos) table.remove(t,pos) end} } If yes, what would be the correct way?
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル