Default Arguments

You will learn about default arguments in this lesson.

We'll cover the following...

This chapter covers two D features that bring flexibility to parameters when calling functions:

  • Default arguments
  • Variadic functions

Default arguments

...