migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.14k stars 76 forks source link

Mark pushBack method result as discardable in packed arrays #382

Closed tishin closed 8 months ago

tishin commented 9 months ago

append and push_back are the same

migueldeicaza commented 8 months ago

Agreed. Thanks!