Character Comparisons(字符比较) Character Comparisons(字符比较) The main thing you can do with characters, other than putting them into strings (which I’ll get to later in this chapter...
Slots and Inheritance Slots and Inheritance As I discussed in the previous chapter, classes inherit behavior from their superclasses thanks to the generic function machinery—a ...
Optional Parameters Optional Parameters While many functions, like verbose-sum , need only required parameters, not all functions are quite so simple. Sometimes a function will...
Function Parameter Lists Function Parameter Lists There’s not a lot more to say about function names or documentation strings, and it will take a good portion of the rest of th...
Julia 1.4 Documentation Introduction Julia 1.4 Documentation Welcome to the documentation for Julia 1.4. Please read the release notes to see what has changed since the last...