- Dart Cookbook
- Ivo Balbaert
- 63字
- 2021-08-05 17:42:49
Chapter 3. Working with Data Types
In this chapter, we will cover the following recipes:
- Concatenating strings
- Using regular expressions
- Strings and Unicode
- Using complex numbers
- Creating an enum
- Flattening a list
- Generating a random number within a range
- Retrieving a random element from a list
- Working with dates and times
- Improving performance in numerical computations
- Using SIMD for enhanced performance