In addition to this chapter's content, you can check the following materials for further reference:
- For more information about integer number representations in Dart, you can read the following article, which may help you to understand how the language treats numbers internally: https://www.dartlang.org/articles/dart-vm/numeric-computation.
- You can read more about generic syntax here: https://github.com/dart lang/sdk/blob/master/pkg/dev_compiler/doc/GENERIC_METHODS.md.