package info (click to toggle)
rustc 1.85.0%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 893,176 kB
  • sloc: xml: 158,127; python: 35,830; javascript: 19,497; cpp: 19,002; sh: 17,245; ansic: 13,127; asm: 4,376; makefile: 1,051; lisp: 29; perl: 29; ruby: 19; sql: 11

Folder: ch03-common-programming-concepts

d .. (parent)
d d rwxr-xr-x 66 listing-03-01
d d rwxr-xr-x 87 listing-03-02
d d rwxr-xr-x 66 listing-03-03
d d rwxr-xr-x 87 listing-03-04
d d rwxr-xr-x 50 listing-03-05
d d rwxr-xr-x 87 no-listing-01-variables-are-immutable
d d rwxr-xr-x 87 no-listing-02-adding-mut
d d rwxr-xr-x 87 no-listing-03-shadowing
d d rwxr-xr-x 66 no-listing-04-shadowing-can-change-types
d d rwxr-xr-x 67 no-listing-05-mut-cant-change-types
d d rwxr-xr-x 66 no-listing-06-floating-point
d d rwxr-xr-x 66 no-listing-07-numeric-operations
d d rwxr-xr-x 66 no-listing-08-boolean
d d rwxr-xr-x 66 no-listing-09-char
d d rwxr-xr-x 50 no-listing-10-tuples
d d rwxr-xr-x 66 no-listing-11-destructuring-tuples
d d rwxr-xr-x 66 no-listing-12-tuple-indexing
d d rwxr-xr-x 66 no-listing-13-arrays
d d rwxr-xr-x 66 no-listing-14-array-indexing
d d rwxr-xr-x 50 no-listing-15-invalid-array-access
d d rwxr-xr-x 87 no-listing-16-functions
d d rwxr-xr-x 87 no-listing-17-functions-with-parameters
d d rwxr-xr-x 87 no-listing-18-functions-with-multiple-parameters
d d rwxr-xr-x 112 no-listing-19-statements-vs-expressions
d d rwxr-xr-x 50 no-listing-20-blocks-are-expressions
d d rwxr-xr-x 87 no-listing-21-function-return-values
d d rwxr-xr-x 66 no-listing-22-function-parameter-and-return
d d rwxr-xr-x 87 no-listing-23-statements-dont-return-values
d d rwxr-xr-x 66 no-listing-24-comments-end-of-line
d d rwxr-xr-x 50 no-listing-25-comments-above-line
d d rwxr-xr-x 87 no-listing-26-if-true
d d rwxr-xr-x 87 no-listing-27-if-false
d d rwxr-xr-x 87 no-listing-28-if-condition-must-be-bool
d d rwxr-xr-x 66 no-listing-29-if-not-equal-0
d d rwxr-xr-x 67 no-listing-30-else-if
d d rwxr-xr-x 87 no-listing-31-arms-must-return-same-type
d d rwxr-xr-x 87 no-listing-32-5-loop-labels
d d rwxr-xr-x 66 no-listing-32-loop
d d rwxr-xr-x 66 no-listing-33-return-value-from-loop
d d rwxr-xr-x 50 no-listing-34-for-range
d d rwxr-xr-x 87 output-only-01-no-type-annotations