Skip to content

Instantly share code, notes, and snippets.

@ttanimichi
Created January 28, 2024 09:22
Show Gist options
  • Save ttanimichi/2abc7961f109c3dcf4da9fdef5b0e0a1 to your computer and use it in GitHub Desktop.
Save ttanimichi/2abc7961f109c3dcf4da9fdef5b0e0a1 to your computer and use it in GitHub Desktop.
oval-charm-0735
void main() {
var list = [1, 2, 3];
print(list.reversed);
print(list.reversed.runtimeType);
print(list);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment