Udemy iOS by Angela Yu / Section 5 / 기본 개념들

Garam·2023년 6월 20일
0

Udemy iOS by Angela Yu

목록 보기
2/9
  • Constant(상수) - let, 변화가 없는 개체는 변수로 지정할 필요가 없음. let으로 지정

  • array.randomElement() 리스트에 있는 원소 랜덤 추출,

    • array.shuffle() 순서 섞기
  • Int.random(in: n...k) 범위 내 랜덤 정수 추출

  • Int.random(in: n..<k) n, …, k-1 까지 추출

  • Float.random(in: n…k) 범위 내 랜덤 실수 추출

  • Bool.random()

  • concatenation: 붙이기 (공백없이)

0개의 댓글