YEAHUB_GO_BACKEND Telegram 138
#полезное
👨‍💻 Продвинутые трюки со слайсами

Собрали для вас парочку идей как необычно работать со слайсами:

1⃣ Удаление элемента без сохранения порядка
s[i] = s[len(s)-1]
s = s[:len(s)-1]


2⃣ Фильтрация слайса без выделения памяти
n := 0
for _, x := range s {
if keep(x) {
s[n] = x
n++
}
}
s = s[:n]


👉Новости 👉База вопросов
Please open Telegram to view this post
VIEW IN TELEGRAM



tgoop.com/yeahub_go_backend/138
Create:
Last Update:

#полезное
👨‍💻 Продвинутые трюки со слайсами

Собрали для вас парочку идей как необычно работать со слайсами:

1⃣ Удаление элемента без сохранения порядка

s[i] = s[len(s)-1]
s = s[:len(s)-1]


2⃣ Фильтрация слайса без выделения памяти
n := 0
for _, x := range s {
if keep(x) {
s[n] = x
n++
}
}
s = s[:n]


👉Новости 👉База вопросов

BY Golang Backend | YeaHub




Share with your friend now:
tgoop.com/yeahub_go_backend/138

View MORE
Open in Telegram


Telegram News

Date: |

3How to create a Telegram channel? How to create a business channel on Telegram? (Tutorial) bank east asia october 20 kowloon Telegram message that reads: "Bear Market Screaming Therapy Group. You are only allowed to send screaming voice notes. Everything else = BAN. Text pics, videos, stickers, gif = BAN. Anything other than screaming = BAN. You think you are smart = BAN. The group also hosted discussions on committing arson, Judge Hui said, including setting roadblocks on fire, hurling petrol bombs at police stations and teaching people to make such weapons. The conversation linked to arson went on for two to three months, Hui said.
from us


Telegram Golang Backend | YeaHub
FROM American